NUnitForVS

NUnitForVS.zip (4,4 MB)
NUnitForVS is a NUnit integration in Visual Studio 2008. Compared to other NUnit runners for Visual Studio that allow you to just run the tests, NUnitForVS integrates NUnit tests in Visual Studio Unit Test Runtime. This allows you to run your tests along with other tests (ex. VSUnit, TestComplete etc.) during TFS integration builds and publish the results on Team Foundation Server. It also supports Code Coverage feature of Visual Studio.

Team Build Tray

Team Build Tray is a lightweight build ticker application for Team Foundation System which sits in the system tray. It includes queue, build and completion notifications, and allows for builds to be filtered and queued. It has been developed in C# and WPF

Visual Studio Flat Solution Explorer

The Flat Solution Explorer is a Visual Studio 2005 Addin that shows a non-hierarchical view of all items in a solution. There is an input box that provides real time filtering of the items. This is a great Addin for managing large solutions. This Addin is implemented in C++ using ATL.